textview: Implement measure()
authorTimm Bäder <mail@baedert.org>
Fri, 16 Feb 2018 16:39:02 +0000 (17:39 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 16 Feb 2018 16:41:41 +0000 (17:41 +0100)
commit78c6f713ddf4cb756bd4c060d61f8b0153429928
tree9e5eed6404a42b5c1be225e492d55fc372c0a14a
parent689537d75b9fc59be313fdbfd0582af04716d7be
textview: Implement measure()

Don't use the current layout size as minimum size anymore, that doesn't
make sense. Also move the code from size_request() from gtk2 into the
now current measure() function.
gtk/gtktextview.c